home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / FPSE_src / cpu / ppc / compile.c next >
C/C++ Source or Header  |  2000-01-01  |  228b  |  10 lines

  1. #include "fpse.h"
  2.  
  3. void CompileFlush(UINT32 start, UINT32 end){}
  4.  
  5. UINT32 jmppc(UINT32 pc){ return 0; }
  6.  
  7. int compile1(UINT32 pc){ return 0; }
  8.  
  9. void compile_init(void){ printf("Warning: The PPC dynarec is not finished yet!\n"); }
  10.